[POWERPC] start-cpu has no return code
authorJimi Xenidis <jimix@watson.ibm.com>
Fri, 11 Aug 2006 17:30:48 +0000 (13:30 -0400)
committerJimi Xenidis <jimix@watson.ibm.com>
Fri, 11 Aug 2006 17:30:48 +0000 (13:30 -0400)
commit5db603a56169a2f86732728d8eeb6c2049417229
treea2e7b6efa614179880a712a0593a0a977f8658ab
parent54ac837cb52616764d8fa086ca9c5f7daadd965a
[POWERPC] start-cpu has no return code

According to this document:

 PowerPC Processor binding to: IEEE 1275-1994
 Standard for Boot (Initialization, Configuration) Firmware
 Revision: 2.1 (Approved Version)
 Date: November 6, 1996

The start-cpu client interface has the following signature:

 start-cpu
  IN: nodeid, pc, arg
  OUT: none

This patch reflects that, and makes us stop seeing a bogus OF_FAILURE if
we do actually check the return code of of_start_cpu.  Tested on JS20
and JS21 blades.

Signed-off-by: Amos Waterland <apw@us.ibm.com>
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
xen/arch/powerpc/boot_of.c